go/types._TypeSet.all (method)

2 uses

	go/types (current package)
		typeparam.go#L166: 	return t.iface().typeSet().all(f)
		typeset.go#L113: func (s *_TypeSet) all(f func(t, u Type) bool) bool {